git hard reset to commit

67

# rollback to commit state
git revert --no-commit 0766c053..HEAD
git commit
# This will detach your HEAD, that is, leave you with no branch checked out:
git checkout 0d1d7fc32

Comments

Submit
0 Comments